home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / xtras / media_la / set_fx.dir / 00204_Script_Update Stage CheckBox < prev    next >
Text File  |  1998-01-20  |  202b  |  8 lines

  1. on mouseDown
  2.   global fxTrackingObj
  3.   if objectP(fxTrackingObj) then
  4.     if not voidP(the pSelected of fxTrackingObj) then
  5.       Click(the ieUpdateButton of fxTrackingObj)
  6.     end if
  7.   end if
  8. end